home *** CD-ROM | disk | FTP | other *** search
/ TOS Silver 2000 / TOS Silver 2000.iso / emulator / echo / echo.ini < prev    next >
Encoding:
Text File  |  1999-02-02  |  1.2 KB  |  65 lines

  1. # echo.ini
  2. #
  3. # note - you can use the command line to set some of these
  4. # e.g. eas -mhz 16 -disk auto97.st -nojoy -nowait
  5. #      well one day it'll be friendly - there might we a Windows
  6. #      version but I dont have a Windows C compiler or Direct X !
  7.  
  8. # lots of games like higher speeds (to stop flickering rasters)
  9. # try 
  10. mhz=8
  11. #mhz=10
  12.  
  13. # 0=STFM 1=STE 2=F030(perhaps !)
  14. machine=1
  15.  
  16.  
  17. # TOS image
  18.  
  19. tos=tos.img
  20.  
  21. screenskip=2
  22. center
  23. mono=0
  24. vesamode=320 200
  25.  
  26. # 0 = per scan line
  27. # 1 = dynamic
  28. # This is a strange mode - very buggy, dont know what
  29. # the point is myself. 
  30. shiftertype=0
  31.  
  32.  
  33. # memory in 0.5 megs blocks (4=2 megs)
  34. memory = 4
  35.  
  36. volume=255
  37. # Adaptive sampled sound (?) may work in a few games
  38. # This doesn't work in 2.6 - I'll put it back when I have a better
  39. # sound card
  40. # asound=1
  41.  
  42. # 0 for captain blood
  43. ikbdclock=0
  44.  
  45. # dma sound speed fiddle
  46. # dma 1=10240
  47.  
  48.  
  49. # show 0=show in database only when file exists
  50. # show 1=show always
  51. show=0
  52. # *.st search paths for favourites DB
  53. # dbpath=e:\stfiles\
  54.  
  55. dbfile=disk.lst
  56.  
  57. # keydef  PC(scancode or token) ST(scancode or token) 
  58.  
  59. keydef PC_INSERT  ST_HELP
  60. keydef PC_DELETE  ST_UNDO
  61.  
  62. mount C=drivec\
  63.  
  64.